home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / hal-polling.conf < prev    next >
Text File  |  2009-10-06  |  1KB  |  34 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module hal-polling.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # HAL polling settings
  10. # --------------------
  11. #
  12. # If you enable this module, laptop mode tools will control the polling of
  13. # your CD/DVD drives by HAL. Disabling polling saves a considerable amount of
  14. # power, but for some older CD/DVD drives it means that inserted CDs are no
  15. # longer autodetected. In such cases, you must turn this option off.
  16. # Alternatively, you can configure laptop mode tools to turn HAL polling on only
  17. # when the laptop is running on AC power. This would mean that CDs are not
  18. # autodetected while the laptop is running on battery power, but the power
  19. # savings may be worth the extra manual labour when you insert a CD.
  20. #
  21. ###############################################################################
  22.  
  23. # Control HAL polling?
  24. CONTROL_HAL_POLLING=0
  25.  
  26. # Disable HAL polling on battery?
  27. BATT_DISABLE_HAL_POLLING=1
  28.  
  29. # Disable HAL polling on AC?
  30. AC_DISABLE_HAL_POLLING=0
  31.  
  32. # Drives to apply HAL polling settings to
  33. HAL_POLLING_DEVICES="/dev/scd?"
  34.